home *** CD-ROM | disk | FTP | other *** search
Python egg package info | 2009-06-24 | 727 b | 19 lines |
- Metadata-Version: 1.0
- Name: configglue
- Version: 0.2dev
- Summary: Glue to stick OptionParser and ConfigParser together
- Home-page: https://launchpad.net/configglue
- Author: John R. Lenton
- Author-email: john.lenton@canonical.com
- License: BSD License
- Description:
- configglue is a library that glues together python's optparse.OptionParser and
- ConfigParser.ConfigParser, so that you don't have to repeat yourself when you
- want to export the same options to a configuration file and a commandline
- interface.
-
- Platform: UNKNOWN
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Classifier: Programming Language :: Python
-